Tests with prefix utf8proc. (#177)
authorAndreas-Schniertshauer <59561559+Andreas-Schniertshauer@users.noreply.github.com>
Sat, 28 Mar 2020 14:31:27 +0000 (15:31 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2020 14:31:27 +0000 (10:31 -0400)
commit864f7f7b46479733ea9229910f5b27d6019f04ee
treee5618af30ec6dd6fe9a6b8eedfb44793ffb0f01a
parent6fff5f32bbe7010367dbb512c9132400dae16b3b
Tests with prefix utf8proc. (#177)

* Add: tests to CMakeLists.txt

* Disable compilation of charwidth, graphemetest and normtest because of missing getline

* Refactoring: UTF8PROC_ENABLE_TESTING default Off, move tests that don't compile on windows to NOT MSVC section, add testing to appveyor.yml

* Add: testing to travis

* Changed: flag to WIN32 because MinGW has the same problem as MSVC

* Commented out graphemetest and normtest because they fail.

* Re-added: graphemetest and normtest added missing data to the path of the text files.

* Fix: last commit was party wrong normtest failed.

* * Commented out graphemetest and normtest because they fail, because in CMakeLists is missing building of data.

* Add: mingw_static, mingw_shared, msvc_shared, msvc_static to ignore list

* Add: prefix utf8proc. to tests

* Add: prefix utf8proc. to tests

Co-authored-by: Andreas-Schniertshauer <Andreas-Schniertshauer@users.noreply.github.com>
Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
.gitignore
CMakeLists.txt